﻿2026-08-18T03:24:48.7739744Z ##[group]Run actions/checkout@v5
2026-08-18T03:24:48.7740482Z with:
2026-08-18T03:24:48.7740846Z   repository: BigscreenVR/spt-bs-core
2026-08-18T03:24:48.7743753Z   token: ***
2026-08-18T03:24:48.7744082Z   ssh-strict: true
2026-08-18T03:24:48.7744449Z   ssh-user: git
2026-08-18T03:24:48.7744807Z   persist-credentials: true
2026-08-18T03:24:48.7745190Z   clean: true
2026-08-18T03:24:48.7745547Z   sparse-checkout-cone-mode: true
2026-08-18T03:24:48.7745953Z   fetch-depth: 1
2026-08-18T03:24:48.7746301Z   fetch-tags: false
2026-08-18T03:24:48.7746649Z   show-progress: true
2026-08-18T03:24:48.7746997Z   lfs: false
2026-08-18T03:24:48.7747316Z   submodules: false
2026-08-18T03:24:48.7747684Z   set-safe-directory: true
2026-08-18T03:24:48.7748095Z   allow-unsafe-pr-checkout: false
2026-08-18T03:24:48.7748698Z ##[endgroup]
2026-08-18T03:24:48.8583280Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-18T03:24:48.8585102Z ##[group]Getting Git version info
2026-08-18T03:24:48.8585900Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-18T03:24:48.8587154Z [command]/usr/bin/git version
2026-08-18T03:24:48.8587635Z git version 2.43.0
2026-08-18T03:24:48.8640265Z ##[endgroup]
2026-08-18T03:24:48.8647800Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/fdbda03f-1679-424a-bf8c-8f1dd34b1562/.gitconfig'
2026-08-18T03:24:48.8649199Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/fdbda03f-1679-424a-bf8c-8f1dd34b1562' before making global git config changes
2026-08-18T03:24:48.8650271Z Adding repository directory to the temporary git global config as a safe directory
2026-08-18T03:24:48.8651201Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-18T03:24:48.8652564Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-18T03:24:48.8663626Z https://github.com/BigscreenVR/spt-bs-core
2026-08-18T03:24:48.8673727Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-18T03:24:48.8676032Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-18T03:24:48.8698001Z refs/heads/golden/nameplate-181
2026-08-18T03:24:48.8704340Z [command]/usr/bin/git checkout --detach
2026-08-18T03:24:48.9144167Z HEAD is now at f967208e3 docs(flake-ledger): engine_room_bringup :1212 sid-identity + :1150 precondition signatures; resident_service unclassified sighting
2026-08-18T03:24:48.9194668Z [command]/usr/bin/git branch --delete --force golden/nameplate-181
2026-08-18T03:24:48.9246267Z Deleted branch golden/nameplate-181 (was f967208e3).
2026-08-18T03:24:49.0119265Z ##[endgroup]
2026-08-18T03:24:49.0123518Z [command]/usr/bin/git submodule status
2026-08-18T03:24:49.0315084Z ##[group]Cleaning the repository
2026-08-18T03:24:49.0318195Z [command]/usr/bin/git clean -ffdx
2026-08-18T03:24:53.3982533Z Removing .adapter-notify/
2026-08-18T03:24:53.3983861Z Removing bench-ledger/
2026-08-18T03:24:53.3984180Z Removing target/
2026-08-18T03:24:53.3993173Z [command]/usr/bin/git reset --hard HEAD
2026-08-18T03:24:53.4164552Z HEAD is now at f967208e3 docs(flake-ledger): engine_room_bringup :1212 sid-identity + :1150 precondition signatures; resident_service unclassified sighting
2026-08-18T03:24:53.4171358Z ##[endgroup]
2026-08-18T03:24:53.4172211Z ##[group]Disabling automatic garbage collection
2026-08-18T03:24:53.4176250Z [command]/usr/bin/git config --local gc.auto 0
2026-08-18T03:24:53.4201882Z ##[endgroup]
2026-08-18T03:24:53.4202431Z ##[group]Setting up auth
2026-08-18T03:24:53.4209094Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-18T03:24:53.4236029Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-18T03:24:53.4430844Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-18T03:24:53.4456009Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-18T03:24:53.4644537Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-18T03:24:53.4669618Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-18T03:24:53.4861509Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-18T03:24:53.4892135Z ##[endgroup]
2026-08-18T03:24:53.4892545Z ##[group]Fetching the repository
2026-08-18T03:24:53.4899217Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +f967208e327fadd0103552d72c85a0475a734abe:refs/remotes/origin/golden/nameplate-181
2026-08-18T03:24:53.9930759Z ##[endgroup]
2026-08-18T03:24:53.9931530Z ##[group]Determining the checkout info
2026-08-18T03:24:53.9932160Z ##[endgroup]
2026-08-18T03:24:53.9935251Z [command]/usr/bin/git sparse-checkout disable
2026-08-18T03:24:53.9972841Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-18T03:24:54.0002628Z ##[group]Checking out the ref
2026-08-18T03:24:54.0005227Z [command]/usr/bin/git checkout --progress --force -B golden/nameplate-181 refs/remotes/origin/golden/nameplate-181
2026-08-18T03:24:54.0065998Z Switched to a new branch 'golden/nameplate-181'
2026-08-18T03:24:54.0066763Z branch 'golden/nameplate-181' set up to track 'origin/golden/nameplate-181'.
2026-08-18T03:24:54.0072218Z ##[endgroup]
2026-08-18T03:24:54.0107524Z [command]/usr/bin/git log -1 --format=%H
2026-08-18T03:24:54.0136137Z f967208e327fadd0103552d72c85a0475a734abe
